home *** CD-ROM | disk | FTP | other *** search
- ' Copyright ⌐ 1991 by John Murdoch. All Rights Reserved.
- ' *** Note:
- ' *** Maintenance Header
- ' Version Date By Action
- ' 1.0 6/21/91 JM Initial keyin
- ' 1.0a 6/21/91 JM Added About Ruthie...
- ' 1.1a 6/23/91 JM Added Game2, links to (future) Game3
- ' 1.1b 6/25/91 JM Fixed bug in link between Ruthie (Game1)
- ' and Game2. Added picture of Ruthie to Open2,
- ' and included correct address.
- ' 1.2 6/26/91 JM Added Game3, shortened timer interval on Ruthie (Game1)
- ' 1.2a 7/4/91 JM Made screens automatically adjust to user monitor--
- ' pictures, controls, etc., adjust as well. Added menus
- ' to each game, for continuity (and so you can read the
- ' rules for each game).
- ' 1.3a 7/8/91 JM Added special Instructions forms for each game. Fixed minor
- ' control refresh problems, esp. in Games 2 and 3.
- ' Killed off the "multibeep" in Game1 (Ruthie). Also
- ' eliminated Min buttons on Games--the .Resize event procedures
- ' were crashing if a game was minimized. When I can spring for
- ' the $49, I'll buy the MS Help compiler. For now, the app has
- ' to carry the extra baggage of three more forms....
- ' 1.3b 7/9/91 JM Added Game menus, so user can switch easily from Game1 to Game3
- ' Also spent time chasing down a bug in Game2.
- ' This will be <pray> the first version UL'd to CompuServe.
- '
- ' *** Global Variable definitions from CONSTANT.TXT
-
- ' Booleans
- Global Const TRUE = -1
- Global Const FALSE = 0
-
-
- ' Show (form)
- Global Const MODAL = 1
- Global Const MODELESS = 0
-
- ' *** Global variables for this application
- Global Const HEADER = "RuthieWare"
- Global Const HOWLONG = 3500
-
-